#Rotate Y+/-45
LMB:This will rotate all selected Objects by +45 Degree around the Y-Axis.**_
RMB:This will rotate all selected Objects by -45 Degree around the Y-Axis.
Rotate_selected_ObjectY(45)
#END
[OnRightMouseButton!]  
Rotate_selected_ObjectY(-45)
#END